home *** CD-ROM | disk | FTP | other *** search
/ MacAddict 103 / MacAddict_103_2005-03.iso / Software / Internet & Communication / Adium X 0.73.dmg / Adium.app / Contents / Resources / AdiumSuite.scriptSuite < prev    next >
Encoding:
Extensible Markup Language  |  2004-12-26  |  17.1 KB  |  742 lines

  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
  3. <plist version="1.0">
  4. <dict>
  5.     <key>AppleEventCode</key>
  6.     <string>AdIM</string>
  7.     
  8.     <? ************************************ Classes  ************************************ ?>
  9.  
  10.     <key>Classes</key>
  11.     <dict>
  12.         <key>NSApplication</key>
  13.         <dict>
  14.             <key>AppleEventCode</key>
  15.             <string>capp</string>
  16.             <key>Superclass</key>
  17.             <string>NSCoreSuite.NSApplication</string>
  18.             <key>DefaultSubcontainerAttribute</key>
  19.             <string>applescriptabilityController</string>
  20.             <key>ToOneRelationships</key>
  21.             <dict>
  22.                 <key>applescriptabilityController</key>
  23.                 <dict>
  24.                     <key>AppleEventCode</key>
  25.                     <string>astC</string>
  26.                     <key>ReadOnly</key>
  27.                     <string>YES</string>
  28.                     <key>Type</key>
  29.                     <string>AdiumSuite.ESApplescriptabilityController</string>
  30.                 </dict>
  31.                 <key>interfaceController</key>
  32.                 <dict>
  33.                     <key>AppleEventCode</key>
  34.                     <string>AiCC</string>
  35.                     <key>ReadOnly</key>
  36.                     <string>YES</string>
  37.                     <key>Type</key>
  38.                     <string>AdiumSuite.AIInterfaceController</string>
  39.                 </dict>
  40.  
  41.             </dict>
  42.         </dict>
  43.         
  44.         <key>ESApplescriptabilityController</key>
  45.         <dict>
  46.             <key>AppleEventCode</key>
  47.             <string>astC</string>
  48.             <key>Superclass</key>
  49.             <string>NSCoreSuite.AbstractObject</string>
  50.             <key>Attributes</key>
  51.             <dict>
  52.                 <key>myIdleTime</key>
  53.                 <dict>
  54.                     <key>AppleEventCode</key>
  55.                     <string>AAtm</string>
  56.                     <key>ReadOnly</key>
  57.                     <string>NO</string>
  58.                     <key>Type</key>
  59.                     <string>NSNumber<Int></string>
  60.                 </dict>
  61.                 <key>defaultImageData</key>
  62.                 <dict>
  63.                     <key>AppleEventCode</key>
  64.                     <string>AmaA</string>
  65.                     <key>ReadOnly</key>
  66.                     <string>NO</string>
  67.                     <key>Type</key>
  68.                     <string>NSData<Image></string>
  69.                 </dict>
  70.                 <key>myStatus</key>
  71.                 <dict>
  72.                     <key>AppleEventCode</key>
  73.                     <string>Amst</string>
  74.                     <key>ReadOnly</key>
  75.                     <string>NO</string>
  76.                     <key>Type</key>
  77.                     <string>NSNumber<AIStatusSummary></string>
  78.                 </dict>
  79.                 <key>myStatusMessage</key>
  80.                 <dict>
  81.                     <key>AppleEventCode</key>
  82.                     <string>Amms</string>
  83.                     <key>ReadOnly</key>
  84.                     <string>NO</string>
  85.                     <key>Type</key>
  86.                     <string>NSString</string>
  87.                 </dict>
  88.             </dict>
  89.             <key>ToManyRelationships</key>
  90.             <dict>
  91.                 <key>accounts</key>
  92.                 <dict>
  93.                     <key>AppleEventCode</key>
  94.                     <string>acct</string>
  95.                     <key>ReadOnly</key>
  96.                     <string>YES</string>
  97.                     <key>Type</key>
  98.                     <string>AdiumSuite.AIAccount</string>
  99.                 </dict>
  100.                 <key>contacts</key>
  101.                 <dict>
  102.                     <key>AppleEventCode</key>
  103.                     <string>ltct</string>
  104.                     <key>ReadOnly</key>
  105.                     <string>YES</string>
  106.                     <key>Type</key>
  107.                     <string>AdiumSuite.AIListContact</string>
  108.                 </dict>
  109.                 <key>chats</key>
  110.                 <dict>
  111.                     <key>AppleEventCode</key>
  112.                     <string>Acht</string>
  113.                     <key>ReadOnly</key>
  114.                     <string>YES</string>
  115.                     <key>Type</key>
  116.                     <string>AdiumSuite.AIChat</string>
  117.                 </dict>
  118.             </dict>
  119.             <key>SupportedCommands</key>
  120.             <dict>
  121.                 <key>AdiumSuite.CreateChat</key>
  122.                 <string>createChatCommand:</string>
  123.             </dict>
  124.         </dict>
  125.         
  126.         <key>AIInterfaceController</key>
  127.         <dict>
  128.             <key>AppleEventCode</key>
  129.             <string>AiCC</string>
  130.             <key>Superclass</key>
  131.             <string>NSCoreSuite.AbstractObject</string>
  132.             <key>Attributes</key>
  133.             <dict>
  134.                 <key>mostRecentActiveChat</key>
  135.                 <dict>
  136.                     <key>AppleEventCode</key>
  137.                     <string>AiAC</string>
  138.                     <key>ReadOnly</key>
  139.                     <string>NO</string>
  140.                     <key>Type</key>
  141.                     <string>AdiumSuite.AIChat</string>
  142.                 </dict>
  143.             </dict>
  144.         </dict>
  145.         
  146.         <key>AIAccount</key>
  147.         <dict>
  148.             <key>AppleEventCode</key>
  149.             <string>acct</string>
  150.             <key>Superclass</key>
  151.             <string>AdiumSuite.AIListObject</string>
  152.             <key>Attributes</key>
  153.             <dict>
  154.                 <key>image</key>
  155.                 <dict>
  156.                     <key>AppleEventCode</key>
  157.                     <string>AimG</string>
  158.                     <key>ReadOnly</key>
  159.                     <string>YES</string>
  160.                     <key>Type</key>
  161.                     <string>NSData<Image></string>
  162.                 </dict>
  163.             </dict>
  164.             <key>SupportedCommands</key>
  165.             <dict>
  166.                 <key>AdiumSuite.Connect</key>
  167.                 <string>connectScriptCommand:</string>
  168.                 <key>AdiumSuite.Disconnect</key>
  169.                 <string>disconnectScriptCommand:</string>
  170.             </dict>
  171.             <key>ToManyRelationships</key>
  172.             <dict>
  173.                 <key>contacts</key>
  174.                 <dict>
  175.                     <key>AppleEventCode</key>
  176.                     <string>ltct</string>
  177.                     <key>ReadOnly</key>
  178.                     <string>YES</string>
  179.                     <key>Type</key>
  180.                     <string>AdiumSuite.AIListContact</string>
  181.                 </dict>
  182.             </dict>
  183.         </dict>
  184.         
  185.         <key>AIListObject</key>
  186.         <dict>
  187.             <key>AppleEventCode</key>
  188.             <string>ltob</string>            
  189.             <key>Superclass</key>
  190.             <string>NSCoreSuite.AbstractObject</string>
  191.             <key>Attributes</key>
  192.             <dict>
  193.                 <key>internalObjectID</key>
  194.                 <dict>
  195.                     <key>AppleEventCode</key>
  196.                     <string>ID  </string>
  197.                     <key>ReadOnly</key>
  198.                     <string>YES</string>
  199.                     <key>Type</key>
  200.                     <string>NSString</string>
  201.                 </dict>
  202.                 <key>formattedUID</key>
  203.                 <dict>
  204.                     <key>AppleEventCode</key>
  205.                     <string>AUID</string>
  206.                     <key>ReadOnly</key>
  207.                     <string>YES</string>
  208.                     <key>Type</key>
  209.                     <string>NSString</string>
  210.                 </dict>
  211.                 <key>serviceID</key>
  212.                 <dict>
  213.                     <key>AppleEventCode</key>
  214.                     <string>AsID</string>
  215.                     <key>ReadOnly</key>
  216.                     <string>YES</string>
  217.                     <key>Type</key>
  218.                     <string>NSString</string>                
  219.                 </dict>
  220.                 <key>serviceClass</key>
  221.                 <dict>
  222.                     <key>AppleEventCode</key>
  223.                     <string>AsSC</string>
  224.                     <key>ReadOnly</key>
  225.                     <string>YES</string>
  226.                     <key>Type</key>
  227.                     <string>NSString</string>                
  228.                 </dict>
  229.                 <key>displayName</key>
  230.                 <dict>
  231.                     <key>AppleEventCode</key>
  232.                     <string>AdpN</string>
  233.                     <key>ReadOnly</key>
  234.                     <string>NO</string>
  235.                     <key>Type</key>
  236.                     <string>NSString</string>
  237.                 </dict>
  238.                 <key>longDisplayName</key>
  239.                 <dict>
  240.                     <key>AppleEventCode</key>
  241.                     <string>ALdN</string>
  242.                     <key>ReadOnly</key>
  243.                     <string>YES</string>
  244.                     <key>Type</key>
  245.                     <string>NSString</string>
  246.                 </dict>
  247.                 <key>notes</key>
  248.                 <dict>
  249.                     <key>AppleEventCode</key>
  250.                     <string>AnoT</string>
  251.                     <key>ReadOnly</key>
  252.                     <string>NO</string>
  253.                     <key>Type</key>
  254.                     <string>NSString</string>
  255.                 </dict>
  256.                 <key>userIconData</key>
  257.                 <dict>
  258.                     <key>AppleEventCode</key>
  259.                     <string>AusI</string>
  260.                     <key>ReadOnly</key>
  261.                     <string>NO</string>
  262.                     <key>Type</key>
  263.                     <string>NSData<Image></string>
  264.                 </dict>
  265.                 <key>idleTime</key>
  266.                 <dict>
  267.                     <key>AppleEventCode</key>
  268.                     <string>Adtm</string>
  269.                     <key>ReadOnly</key>
  270.                     <string>YES</string>
  271.                     <key>Type</key>
  272.                     <string>NSNumber<Int></string>
  273.                 </dict>
  274.                 <key>statusSummary</key>
  275.                 <dict>
  276.                     <key>AppleEventCode</key>
  277.                     <string>Atat</string>
  278.                     <key>ReadOnly</key>
  279.                     <string>YES</string>
  280.                     <key>Type</key>
  281.                     <string>NSNumber<AIStatusSummary></string>
  282.                 </dict>
  283.                 <key>statusMessage</key>
  284.                 <dict>
  285.                     <key>AppleEventCode</key>
  286.                     <string>Amsg</string>
  287.                     <key>ReadOnly</key>
  288.                     <string>YES</string>
  289.                     <key>Type</key>
  290.                     <string>NSString</string>
  291.                 </dict>
  292.                 <key>online</key>
  293.                 <dict>
  294.                     <key>AppleEventCode</key>
  295.                     <string>AcOn</string>
  296.                     <key>ReadOnly</key>
  297.                     <string>YES</string>
  298.                     <key>Type</key>
  299.                     <string>NSNumber<Bool></string>
  300.                 </dict>        
  301.             </dict>
  302.         </dict>
  303.         
  304.         <key>AIListContact</key>
  305.         <dict>
  306.             <key>AppleEventCode</key>
  307.             <string>ltct</string>
  308.             <key>Attributes</key>
  309.             <dict>
  310.                 <key>account</key>
  311.                 <dict>
  312.                     <key>AppleEventCode</key>
  313.                     <string>AcAC</string>
  314.                     <key>ReadOnly</key>
  315.                     <string>YES</string>
  316.                     <key>Type</key>
  317.                     <string>AdiumSuite.AIAccount</string>
  318.                 </dict>
  319.                 <key>visible</key>
  320.                 <dict>
  321.                     <key>AppleEventCode</key>
  322.                     <string>AVsB</string>
  323.                     <key>ReadOnly</key>
  324.                     <string>NO</string>
  325.                     <key>Type</key>
  326.                     <string>NSNumber<Bool></string>
  327.                 </dict>
  328.             </dict>
  329.             <key>Superclass</key>
  330.             <string>AdiumSuite.AIListObject</string>
  331.             <key>SupportedCommands</key>
  332.             <dict>
  333.                 <key>AdiumSuite.Send</key>
  334.                 <string>sendScriptCommand:</string>
  335.             </dict>
  336.         </dict>
  337.         
  338.         <key>AIChat</key>
  339.         <dict>
  340.             <key>AppleEventCode</key>
  341.             <string>Acht</string>
  342.             <key>Superclass</key>
  343.             <string>NSCoreSuite.AbstractObject</string>
  344.             <key>Attributes</key>
  345.             <dict>
  346.                 <key>uniqueChatID</key>
  347.                 <dict>
  348.                     <key>AppleEventCode</key>
  349.                     <string>ID  </string>
  350.                     <key>ReadOnly</key>
  351.                     <string>YES</string>
  352.                     <key>Type</key>
  353.                     <string>NSString</string>
  354.                 </dict>
  355.                 <key>listObject</key>
  356.                 <dict>
  357.                     <key>AppleEventCode</key>
  358.                     <string>AClo</string>
  359.                     <key>ReadOnly</key>
  360.                     <string>YES</string>
  361.                     <key>Type</key>
  362.                     <string>AdiumSuite.AIListContact</string>
  363.                 </dict>
  364.                 <key>chatImage</key>
  365.                 <dict>
  366.                     <key>AppleEventCode</key>
  367.                     <string>AchI</string>
  368.                     <key>ReadOnly</key>
  369.                     <string>YES</string>
  370.                     <key>Type</key>
  371.                     <string>NSData<Image></string>
  372.                 </dict>
  373.                 <key>dateOpened</key>
  374.                 <dict>
  375.                     <key>AppleEventCode</key>
  376.                     <string>AchD</string>
  377.                     <key>ReadOnly</key>
  378.                     <string>YES</string>
  379.                     <key>Type</key>
  380.                     <string>NSDate</string>
  381.                 </dict>
  382.                 <key>name</key>
  383.                 <dict>
  384.                     <key>AppleEventCode</key>
  385.                     <string>AchN</string>
  386.                     <key>ReadOnly</key>
  387.                     <string>YES</string>
  388.                     <key>Type</key>
  389.                     <string>NSString</string>
  390.                 </dict>
  391.             </dict>
  392.             <key>ToManyRelationships</key>
  393.             <dict>
  394.                 <key>participatingListObjects</key>
  395.                 <dict>
  396.                     <key>AppleEventCode</key>
  397.                     <string>ltct</string>
  398.                     <key>ReadOnly</key>
  399.                     <string>YES</string>
  400.                     <key>Type</key>
  401.                     <string>AdiumSuite.AIListContact</string>
  402.                 </dict>
  403.                 <key>contentObjectArray</key>
  404.                 <dict>
  405.                     <key>AppleEventCode</key>
  406.                     <string>AcoA</string>
  407.                     <key>ReadOnly</key>
  408.                     <string>NO</string>
  409.                     <key>Type</key>
  410.                     <string>AdiumSuite.AIContentObject</string>
  411.                 </dict>
  412.             </dict>
  413.             <key>SupportedCommands</key>
  414.             <dict>
  415.                 <key>AdiumSuite.Send</key>
  416.                 <string>sendScriptCommand:</string>
  417.             </dict>
  418.         </dict>
  419.         
  420.         <key>AIContentObject</key>
  421.         <dict>
  422.             <key>AppleEventCode</key>
  423.             <string>AcoA</string>
  424.             <key>Superclass</key>
  425.             <string>NSCoreSuite.AbstractObject</string>
  426.             <key>Attributes</key>
  427.             <dict>
  428.                 <key>source</key>
  429.                 <dict>
  430.                     <key>AppleEventCode</key>
  431.                     <string>AcoS</string>
  432.                     <key>ReadOnly</key>
  433.                     <string>YES</string>
  434.                     <key>Type</key>
  435.                     <string>AdiumSuite.AIListObject</string>
  436.                 </dict>
  437.                 <key>destination</key>
  438.                 <dict>
  439.                     <key>AppleEventCode</key>
  440.                     <string>AcoD</string>
  441.                     <key>ReadOnly</key>
  442.                     <string>YES</string>
  443.                     <key>Type</key>
  444.                     <string>AdiumSuite.AIListObject</string>
  445.                 </dict>
  446.                 <key>date</key>
  447.                 <dict>
  448.                     <key>AppleEventCode</key>
  449.                     <string>AcDa</string>
  450.                     <key>ReadOnly</key>
  451.                     <string>YES</string>
  452.                     <key>Type</key>
  453.                     <string>NSDate</string>
  454.                 </dict>
  455.                 <key>isOutgoing</key>
  456.                 <dict>
  457.                     <key>AppleEventCode</key>
  458.                     <string>AcIO</string>
  459.                     <key>ReadOnly</key>
  460.                     <string>YES</string>
  461.                     <key>Type</key>
  462.                     <string>NSNumber<Bool></string>
  463.                 </dict>                
  464.                 <key>chat</key>
  465.                 <dict>
  466.                     <key>AppleEventCode</key>
  467.                     <string>AcCh</string>
  468.                     <key>ReadOnly</key>
  469.                     <string>NO</string>
  470.                     <key>Type</key>
  471.                     <string>AdiumSuite.AIChat</string>
  472.                 </dict>
  473.                 <key>messageHTML</key>
  474.                 <dict>
  475.                     <key>AppleEventCode</key>
  476.                     <string>AcMh</string>
  477.                     <key>ReadOnly</key>
  478.                     <string>NO</string>
  479.                     <key>Type</key>
  480.                     <string>NSString</string>
  481.                 </dict>
  482.                 <key>messageString</key>
  483.                 <dict>
  484.                     <key>AppleEventCode</key>
  485.                     <string>AcMs</string>
  486.                     <key>ReadOnly</key>
  487.                     <string>NO</string>
  488.                     <key>Type</key>
  489.                     <string>NSString</string>
  490.                 </dict>
  491.                 <key>filterContent</key>
  492.                 <dict>
  493.                     <key>AppleEventCode</key>
  494.                     <string>AcFC</string>
  495.                     <key>ReadOnly</key>
  496.                     <string>NO</string>
  497.                     <key>Type</key>
  498.                     <string>NSNumber<Bool></string>
  499.                 </dict>
  500.                 <key>trackContent</key>
  501.                 <dict>
  502.                     <key>AppleEventCode</key>
  503.                     <string>AcTC</string>
  504.                     <key>ReadOnly</key>
  505.                     <string>NO</string>
  506.                     <key>Type</key>
  507.                     <string>NSNumber<Bool></string>
  508.                 </dict>    
  509.                 <key>displayContent</key>
  510.                 <dict>
  511.                     <key>AppleEventCode</key>
  512.                     <string>AcDC</string>
  513.                     <key>ReadOnly</key>
  514.                     <string>NO</string>
  515.                     <key>Type</key>
  516.                     <string>NSNumber<Bool></string>
  517.                 </dict>    
  518.                 <key>sendContent</key>
  519.                 <dict>
  520.                     <key>AppleEventCode</key>
  521.                     <string>AcSC</string>
  522.                     <key>ReadOnly</key>
  523.                     <string>NO</string>
  524.                     <key>Type</key>
  525.                     <string>NSNumber<Bool></string>
  526.                 </dict>    
  527.             </dict>
  528.         </dict>
  529.         
  530.         <key>AIContentMessage</key>
  531.         <dict>
  532.             <key>AppleEventCode</key>
  533.             <string>AcmA</string>
  534.             <key>Superclass</key>
  535.             <string>AdiumSuite.AIContentObject</string>
  536.             <key>Attributes</key>
  537.             <dict>
  538.                 <key>isAutoreply</key>
  539.                 <dict>
  540.                     <key>AppleEventCode</key>
  541.                     <string>AcAR</string>
  542.                     <key>ReadOnly</key>
  543.                     <string>NO</string>
  544.                     <key>Type</key>
  545.                     <string>NSNumber<Bool></string>
  546.                 </dict>
  547.             </dict>
  548.         </dict>
  549.         
  550.     </dict>
  551.     
  552.     <? ************************************ Commands  ************************************ ?>
  553.     <key>Commands</key>
  554.     <dict>
  555.         <key>Connect</key>
  556.         <dict>
  557.             <key>AppleEventClassCode</key>
  558.             <string>AdIM</string>
  559.             <key>AppleEventCode</key>
  560.             <string>cnct</string>
  561.             <key>UnnamedArgument</key>
  562.             <dict>
  563.                 <key>AppleEventCode</key>
  564.                 <string>sNd1</string>
  565.                 <key>Optional</key>
  566.                 <string>NO</string>
  567.                 <key>Type</key>
  568.                 <string>AdiumSuite.AIAccount</string>
  569.             </dict>
  570.             <key>CommandClass</key>
  571.             <string>NSScriptCommand</string>
  572.         </dict>
  573.         
  574.         <key>Disconnect</key>
  575.         <dict>
  576.             <key>AppleEventClassCode</key>
  577.             <string>AdIM</string>
  578.             <key>AppleEventCode</key>
  579.             <string>dcnt</string>
  580.             <key>UnnamedArgument</key>
  581.             <dict>
  582.                 <key>AppleEventCode</key>
  583.                 <string>sNd1</string>
  584.                 <key>Optional</key>
  585.                 <string>NO</string>
  586.                 <key>Type</key>
  587.                 <string>AdiumSuite.AIAccount</string>
  588.             </dict>
  589.             <key>CommandClass</key>
  590.             <string>NSScriptCommand</string>
  591.         </dict>
  592.         
  593.         <key>Send</key>
  594.         <dict>
  595.             <key>AppleEventClassCode</key>
  596.             <string>AdIM</string>
  597.             <key>AppleEventCode</key>
  598.             <string>sndM</string>
  599.             <key>UnnamedArgument</key>
  600.             <dict>
  601.                 <key>AppleEventCode</key>
  602.                 <string>sNd1</string>
  603.                 <key>Optional</key>
  604.                 <string>NO</string>
  605.                 <key>Type</key>
  606.                 <string>NSCoreSuite.AbstractObject</string>
  607.             </dict>
  608.             
  609.             <key>Arguments</key>
  610.             <dict>
  611.                 <key>message</key>
  612.                 <dict>
  613.                     <key>Optional</key>
  614.                     <string>YES</string>
  615.                     <key>AppleEventCode</key>
  616.                     <string>TO  </string>
  617.                     <key>Type</key>
  618.                     <string>NSString</string>
  619.                 </dict>
  620.                 <key>filePath</key>
  621.                 <dict>
  622.                     <key>Optional</key>
  623.                     <string>YES</string>
  624.                     <key>AppleEventCode</key>
  625.                     <string>ASfP</string>
  626.                     <key>Type</key>
  627.                     <string>NSString<FilePath></string>
  628.                 </dict>
  629.                 <key>account</key>
  630.                 <dict>
  631.                     <key>Optional</key>
  632.                     <string>YES</string>
  633.                     <key>AppleEventCode</key>
  634.                     <string>sNd3</string>
  635.                     <key>Type</key>
  636.                     <string>AdiumSuite.AIAccount</string>
  637.                 </dict>
  638.                 <key>autoreply</key>
  639.                 <dict>
  640.                     <key>Optional</key>
  641.                     <string>YES</string>
  642.                     <key>AppleEventCode</key>
  643.                     <string>sNd2</string>
  644.                     <key>Type</key>
  645.                     <string>NSNumber<Bool></string>
  646.                 </dict>
  647.             </dict>
  648.             <key>CommandClass</key>
  649.             <string>NSScriptCommand</string>
  650.         </dict>
  651.         
  652.         <key>CreateChat</key>
  653.         <dict>
  654.             <key>AppleEventClassCode</key>
  655.             <string>AdIM</string>
  656.             <key>AppleEventCode</key>
  657.             <string>cCdM</string>
  658.             
  659.             <key>Arguments</key>
  660.             <dict>
  661.                 <key>UID</key>
  662.                 <dict>
  663.                     <key>Optional</key>
  664.                     <string>NO</string>
  665.                     <key>AppleEventCode</key>
  666.                     <string>TO  </string>
  667.                     <key>Type</key>
  668.                     <string>NSString</string>
  669.                 </dict>
  670.                 <key>serviceID</key>
  671.                 <dict>
  672.                     <key>Optional</key>
  673.                     <string>NO</string>
  674.                     <key>AppleEventCode</key>
  675.                     <string>cCsI</string>
  676.                     <key>Type</key>
  677.                     <string>NSString</string>
  678.                 </dict>
  679.             </dict>
  680.             <key>CommandClass</key>
  681.             <string>NSScriptCommand</string>
  682.             <key>ResultAppleEventCode</key>
  683.             <string>Acht</string>
  684.             <key>Type</key>
  685.             <string>AdiumSuite.AIChat</string>
  686.         </dict>
  687.     </dict>
  688.     
  689.     <? ************************************ Enumerations  ************************************ ?>
  690.  
  691.     <key>Enumerations</key>
  692.     <dict>
  693.         <key>AIStatusSummary</key>
  694.         <dict>
  695.             <key>AppleEventCode</key>
  696.             <string>ACst</string>
  697.             <key>Enumerators</key>
  698.             <dict>
  699.                 <key>Available</key>
  700.                 <string>avaL</string>
  701.                 <key>Away</key>
  702.                 <string>awaY</string>
  703.                 <key>Idle</key>
  704.                 <string>idlE</string>
  705.                 <key>Away and Idle</key>
  706.                 <string>aYiE</string>
  707.                 <key>Offline</key>
  708.                 <string>offL</string>
  709.                 <key>Unknown</key>
  710.                 <string>unkN</string>
  711.             </dict>
  712.         </dict>
  713.         <key>ConnectionStatus</key>
  714.         <dict>
  715.             <key>AppleEventCode</key>
  716.             <string>AOst</string>
  717.             <key>Enumerators</key>
  718.             <dict>
  719.                 <key>Connected</key>
  720.                 <string>conn</string>
  721.                 <key>Connecting</key>
  722.                 <string>cong</string>
  723.                 <key>Disconnected</key>
  724.                 <string>dcon</string>
  725.                 <key>Disconnecting</key>
  726.                 <string>dcng</string>
  727.             </dict>
  728.         </dict>
  729.     </dict>
  730.     <key>Name</key>
  731.     <string>AdiumSuite</string>
  732.     <key>UsedFeatures</key>
  733.     <array>
  734.         <string>UnnamedArguments</string>
  735.     </array>
  736.     <key>ValueTypes</key>
  737.     <dict>
  738.         <key>Image</key>
  739.         <string>TIFF</string>
  740.     </dict>
  741. </dict>
  742. </plist>